crypto/internal/fips140/aes.CTR.ivlo (field)
3 uses
crypto/internal/fips140/aes (current package)
ctr.go#L17: ivlo, ivhi uint64 // start counter as 64-bit limbs
ctr.go#L35: ivlo: byteorder.BEUint64(iv[8:16]),
ctr.go#L77: ivlo, ivhi := add128(c.ivlo, c.ivhi, offset/BlockSize)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |